home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue68
/
System
/
DeskManMessages.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
2001-03-06
|
269 b
|
16 lines
unit DeskManMessages;
interface
uses Messages;
const
DM_GetItemCount = wm_App + 1;
DM_GetTextColor = wm_App + 2;
DM_SetTextColor = wm_App + 3;
DM_GetItemText = wm_App + 4;
implementation
end.